home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / form1040.sit / Form 1040 / card_16434.txt < prev    next >
Text File  |  1988-02-12  |  5KB  |  257 lines

  1. -- card: 16434 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 6557
  5. -- name: 27
  6. ----- HyperTalk script -----
  7. On OpenCard
  8.   Put 28 Into Bkgnd field ID 26
  9. end OpenCard
  10.  
  11. On ClearInfo
  12.   Put Empty into Card Field ID 4 of Card ID 16434
  13.   Put Empty into Card Field ID 6 of Card ID 16434
  14.   Put 0 into Card Field ID 10 of Card ID 16434
  15. end ClearInfo
  16.  
  17.  
  18. -- part 3 (field)
  19. -- low flags: 01
  20. -- high flags: 0000
  21. -- rect: left=89 top=120 right=149 bottom=416
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 0
  25. -- font id: 3
  26. -- text size: 10
  27. -- style flags: 0
  28. -- line height: 13
  29. -- part name: 
  30.  
  31.  
  32. -- part 4 (field)
  33. -- low flags: 00
  34. -- high flags: 4000
  35. -- rect: left=112 top=151 right=270 bottom=392
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 0
  39. -- font id: 3
  40. -- text size: 10
  41. -- style flags: 0
  42. -- line height: 13
  43. -- part name: 
  44.  
  45.  
  46. -- part 5 (field)
  47. -- low flags: 01
  48. -- high flags: 0002
  49. -- rect: left=394 top=272 right=288 bottom=420
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 3
  54. -- text size: 10
  55. -- style flags: 256
  56. -- line height: 13
  57. -- part name: 
  58.  
  59.  
  60. -- part 6 (field)
  61. -- low flags: 00
  62. -- high flags: 4002
  63. -- rect: left=419 top=152 right=271 bottom=503
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 65535
  67. -- font id: 3
  68. -- text size: 10
  69. -- style flags: 0
  70. -- line height: 13
  71. -- part name: 
  72.  
  73.  
  74. -- part 7 (field)
  75. -- low flags: 01
  76. -- high flags: 0000
  77. -- rect: left=90 top=272 right=288 bottom=395
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 0
  81. -- font id: 3
  82. -- text size: 10
  83. -- style flags: 0
  84. -- line height: 13
  85. -- part name: 
  86.  
  87.  
  88. -- part 8 (field)
  89. -- low flags: 01
  90. -- high flags: 0002
  91. -- rect: left=394 top=152 right=271 bottom=420
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 3
  96. -- text size: 10
  97. -- style flags: 256
  98. -- line height: 13
  99. -- part name: 
  100.  
  101.  
  102. -- part 10 (field)
  103. -- low flags: 01
  104. -- high flags: 0002
  105. -- rect: left=419 top=272 right=288 bottom=504
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 65535
  109. -- font id: 3
  110. -- text size: 10
  111. -- style flags: 0
  112. -- line height: 13
  113. -- part name: 
  114. ----- HyperTalk script -----
  115. On MouseUp
  116.   Send "MouseUp" to Card Button ID 11 of Card ID 16434
  117. End MouseUp
  118.  
  119.  
  120. -- part 11 (button)
  121. -- low flags: 00
  122. -- high flags: A003
  123. -- rect: left=108 top=273 right=287 bottom=148
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Add
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   Set cursor to 4
  135.   Put 0 into Temp
  136.   Put 1 into LineNum
  137.   get number of lines of Card field ID 6
  138.   Put it into NumLines
  139.  
  140.   Repeat Numlines times
  141.     -- add the lines in the amount column
  142.     Add line LineNum of Card field ID 6 of Card ID 16434 to Temp
  143.     Add 1 to LineNum
  144.   end Repeat
  145.  
  146.   Put Temp into Card field ID 10 of Card ID 16434
  147. end mouseUp
  148.  
  149.  
  150.  
  151.  
  152. -- part 12 (field)
  153. -- low flags: 01
  154. -- high flags: 0000
  155. -- rect: left=88 top=57 right=98 bottom=501
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 0
  159. -- font id: 3
  160. -- text size: 10
  161. -- style flags: 0
  162. -- line height: 13
  163. -- part name: 
  164.  
  165.  
  166. -- part 13 (field)
  167. -- low flags: 01
  168. -- high flags: 0002
  169. -- rect: left=88 top=100 right=116 bottom=413
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 3
  174. -- text size: 10
  175. -- style flags: 256
  176. -- line height: 13
  177. -- part name: 
  178.  
  179.  
  180. -- part 14 (field)
  181. -- low flags: 01
  182. -- high flags: 0002
  183. -- rect: left=412 top=100 right=116 bottom=504
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 1
  187. -- font id: 3
  188. -- text size: 10
  189. -- style flags: 256
  190. -- line height: 13
  191. -- part name: 
  192.  
  193.  
  194. -- part contents for background part 26
  195. ----- text -----
  196. 28
  197.  
  198. -- part contents for background part 13
  199. ----- text -----
  200. Part II Dividend Income
  201.  
  202. -- part contents for background part 15
  203. ----- text -----
  204.  
  205.  
  206.  
  207. -- part contents for card part 3
  208. ----- text -----
  209. 4. Dividend  income (list name of payer - include on this line 
  210.     capital gain distributions, nontaxable distributions, etc. )
  211.  
  212. -- part contents for card part 7
  213. ----- text -----
  214. 5.                the amounts on line 4. Enter the total here. . . . . .
  215.  
  216. -- part contents for card part 8
  217. ----- text -----
  218.  
  219.  
  220.  
  221. 4
  222.  
  223. -- part contents for card part 5
  224. ----- text -----
  225. 5
  226.  
  227. -- part contents for background part 20
  228. ----- text -----
  229. Continue to next card
  230.  
  231. -- part contents for card part 12
  232. ----- text -----
  233. If you received more than $400 in gross dividends and /or other distributions on stock, complete Part II.  If you received, as a nominee, dividends that actually belong to another person, see page 25.
  234.  
  235. -- part contents for card part 13
  236. ----- text -----
  237. Dividend Income
  238.  
  239. -- part contents for card part 14
  240. ----- text -----
  241. Amount
  242.  
  243. -- part contents for background part 16
  244. ----- text -----
  245. (See Instructions on pages 10 and 25.)
  246.  
  247. -- part contents for background part 18
  248. ----- text -----
  249. Also complete Part III.
  250.  
  251. -- part contents for background part 40
  252. ----- text -----
  253. 4:09 PM
  254.  
  255. -- part contents for card part 10
  256. ----- text -----
  257. 0